First Try - AWS Application Deployment: Scaling a web application with Amazon Web Services by Chris Fauerbach
Author:Chris Fauerbach [Fauerbach, Chris]
Language: eng
Format: epub, azw3, mobi, pdf
Publisher: Chris Fauerbach
Published: 2016-04-15T22:00:00+00:00
This will now create a VPC, a subnet and a NAT Gateway (covered in another book, but for now, think of it like your home router, it provides Network Address Translation. This gives your private IP/hosts access to the internet). At this point, you should see “VPC Successfully Created”. In Appendix A and Appendix B, I talk about VPCs and Subnets. Not at length, but, more information instead of “just do it”, like you saw here.
Time to create a template for your Security Group. Think of these as firewall rules. These rules live ‘outside’ of your VPC , but, they are applied to the instances that get created.
Log back into your AWS Console ( https://aws.amazon.com/console )
Select Services -> EC2
Scroll down on the left for Security Groups
Click “Create Security Group”
Name Tag and Group Name: MyFirstWebAndSSH
Description “Allow SSH and HTTP”
Under VPC, select our new VPC “Scale Web Application VPC”
On the inbound tab, click “Add Rule”
First rule is of type “HTTP” from “Anywhere”
Second rule is of type “SSH” from “Anywhere”
Click “Yes, Create”
Download
First Try - AWS Application Deployment: Scaling a web application with Amazon Web Services by Chris Fauerbach.azw3
First Try - AWS Application Deployment: Scaling a web application with Amazon Web Services by Chris Fauerbach.mobi
First Try - AWS Application Deployment: Scaling a web application with Amazon Web Services by Chris Fauerbach.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12697)
Hello! Python by Anthony Briggs(10006)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9873)
The Mikado Method by Ola Ellnestam Daniel Brolund(9868)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(9775)
Dependency Injection in .NET by Mark Seemann(9420)
Hit Refresh by Satya Nadella(8863)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8381)
The Kubernetes Operator Framework Book by Michael Dame(7974)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7836)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7806)
Grails in Action by Glen Smith Peter Ledbrook(7770)
Exploring Deepfakes by Bryan Lyon and Matt Tora(7769)
Practical Computer Architecture with Python and ARM by Alan Clements(7711)
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(7678)
Robo-Advisor with Python by Aki Ranin(7663)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7650)
Building Low Latency Applications with C++ by Sourav Ghosh(7557)
Svelte with Test-Driven Development by Daniel Irvine(7539)
